home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / fdancer_squiddress.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  3.3 KB  |  130 lines

  1. SDEF
  2. // Female dancer for dancing in nightclub and adding babage to 
  3. // casino.
  4. //
  5. // Author: Boon
  6. //
  7. // Modified to Z's specifications
  8. //
  9.  
  10. // SINED SECTION
  11. //
  12. /*SINED Innocent_FDancer_SquidDress (1 .5 0) (0 0 0) (0 0 0)
  13. Female Dancer in a dress which looks like it got slimed by the bull-squid from half-life
  14. */
  15.  
  16. // --------------------------------------------------------------------------
  17. // FILE DECLARATIONS
  18. //
  19. // Model Commands
  20. path models/jessica
  21.  
  22. scale 1.3
  23.  
  24. // Base Model
  25. jessica_base.sbm
  26.  
  27. // Skins
  28. //normal    fdancer_03a.tga    //Red crop top
  29. //normal    fdancer_03ab.tga    //Blue crop top with purple spots
  30. //normal    fdancer_03ac.tga    //Green and purple swirly crop top
  31. //normal    fdancer_03ad.tga    //Blue and pink swirly crop top
  32. //normal    fdancer_03ae.tga    //Purple and red swirly crop top
  33. //normal    fdancer_03b.tga    //Purple dress
  34. //normal    fdancer_03c.tga    //Green and blue crocodile skin sort of dress
  35. //normal    fdancer_03d.tga    //Blue dress with green spots
  36. //normal    fdancer_03e.tga    //Purple and orange swirly dress
  37. normal    fdancer_03f.tga    //Green and pink splotchy dress
  38. //normal    fdancer_03g.tga    //Blue and purple splotchy dress
  39. //normal    fdancer_03h.tga    //Blue and yellow stripey dress
  40. //normal    fdancer_03i.tga    //Black, with pink and yellow dress
  41. //normal    fdancer_03j.tga    //with blue and purple dress
  42. //normal    fdancer_03k.tga    //with green and yellow dress
  43.  
  44. //damage    fdancer_damage_03a.tga
  45. //damage    fdancer_damage_03ab.tga
  46. //damage    fdancer_damage_03ac.tga
  47. //damage    fdancer_damage_03ad.tga
  48. //damage    fdancer_damage_03ae.tga
  49. //damage    fdancer_damage_03b.tga
  50. //damage    fdancer_damage_03c.tga
  51. //damage    fdancer_damage_03d.tga
  52. //damage    fdancer_damage_03e.tga
  53. damage    fdancer_damage_03f.tga
  54. //damage    fdancer_damage_03g.tga
  55. //damage    fdancer_damage_03h.tga
  56. //damage    fdancer_damage_03i.tga
  57. //damage    fdancer_damage_03j.tga
  58. //damage    fdancer_damage_03k.tga
  59.  
  60. // Normal Animations
  61. idle1        twostep_a.sam //girls only
  62. twitch1    twostep_b.sam
  63. idle2        twostep_c.sam
  64. //walk        walk.sam
  65. death        death.sam
  66. run1        flee_a.sam
  67. //run2        flee_b.sam
  68. //run3        flee_c.sam
  69. //run4        flee_d.sam
  70. pain        cower.sam
  71.  
  72. // Optional Animations
  73. scream.sam
  74. //cower.sam
  75. //dance4    twostep_d.sam //boys only
  76.  
  77. // Scripted Animations
  78. //chair_a.sam
  79. //chair_b.sam
  80. //chair_c.sam
  81.  
  82. // Id And Group Definitions
  83. id 10 group head flesh
  84. group head damage 2.0
  85. id 20 group torso_front flesh
  86. id 100 group torso_front flesh
  87. group torso_front damage 1.2
  88. id 22 group torso_back flesh
  89. id 101 group torso_back flesh
  90. group torso_back damage 1
  91. id 30 group leg_left flesh
  92. group leg_left damage 0.4
  93. id 40 group leg_right flesh
  94. group leg_right damage 0.4
  95. id 50 group arm_left flesh
  96. group arm_left damage 0.7
  97. id 60 group arm_right  flesh
  98. group arm_right damage 1
  99.  
  100.  
  101. // -----------------------------------------------------------------------------
  102. // INITIALIZATION SECTION
  103. //
  104. !init:
  105. //
  106. // SERVER Initialization Commands
  107. //
  108. // Class Setup
  109. server classname actor
  110. //server script global/neutral.scr
  111. server setsize "-16 -16 0" "16 16 80"
  112. server crouchsize "-16 -16 0" "16 16 64"
  113. server health 30
  114. server painthreshold 1
  115.  
  116. // Sound Aliases
  117.  
  118. //
  119. // CLIENT Initialization Commands
  120. //
  121. // Sound Aliases
  122.  
  123. // -----------------------------------------------------------------------------
  124. // MAIN SECTION
  125. //
  126. !main:
  127.  
  128. // Special Commands
  129. server crouch_down last nextanim crouch_idle
  130.